home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Development Environments ƒ / Perl 4.0.2 ƒ / SubLaunch.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-19  |  789 b   |  25 lines

  1. /*********************************************************************
  2. Project    :    SubLaunch        -    Call ToolServer
  3. File        :    SubLaunch.h        -    Interface
  4. Author    :    Matthias Neeracher
  5. Started    :    06Dec91                                Language    :    MPW C/C++
  6. Modified    :    06Dec91    MN    
  7. Last        :    06Dec91
  8.  
  9. Copyright (c) 1991, 1992 Matthias Neeracher
  10.  
  11.     You may distribute under the terms of either the GNU General Public
  12.     License or the Artistic License, as specified in the README file.
  13.  
  14. *********************************************************************/
  15.  
  16. #include <Types.h>
  17. #include <Files.h>
  18.  
  19. /* Create a temporary file in the temp folder. 
  20. */
  21. OSErr    FSpMakeTempFile(FSSpec * desc);
  22.  
  23. /* Execute the command. Any of the files may be set to NULL */
  24. OSErr SubLaunch(char * commandline, FSSpec * input, FSSpec * output, FSSpec * error);
  25.